home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue63 / Construc / SUnit.dfm < prev    next >
Encoding:
Text File  |  2000-10-04  |  558 b   |  26 lines

  1. object Form1: TForm1
  2.   Left = 276
  3.   Top = 129
  4.   Width = 480
  5.   Height = 225
  6.   Caption = 'Socket Server'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ServerSocket1: TServerSocket
  18.     Active = True
  19.     Port = 4242
  20.     ServerType = stNonBlocking
  21.     OnClientConnect = ServerSocket1ClientConnect
  22.     Left = 48
  23.     Top = 32
  24.   end
  25. end
  26.